Expand description

This crates provides bindings between egui and wgpu.

Feature flags

  • winit — Enable winit integration.

Optional dependencies

  • document-features — Enable this when generating docs.

Re-exports

pub use wgpu;
pub use renderer::CallbackFn;
pub use crate::winit::RenderState;

Modules

Low-level painting of egui on wgpu.

Module for painting egui with wgpu on winit.